CheckBoxImagePosition Property
Specifies the location of an image relative to the text of a control.
The defined values are:
- bottom: image is placed below the text.
- center: image centered relative to the text.
- end: image is placed after the text.
- start: image is placed before the text.
- top: image is placed above the text.
The default value for this attribute is center.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public ImagePosition ImagePosition { get; set; }
Public Property ImagePosition As ImagePosition
Get
Set
Property Value
ImagePosition